sdtypematrix module¶
-
class
sd.api.sdtypematrix.SDTypeMatrix(APIContext, handle, *args, **kwargs)¶ Bases:
sd.api.sdtype.SDTypeClass used to store information about a matrix type
-
getClassName() → str¶ Returns the most specific name of the class this APIObject is
-
getColumnCount() → int¶ Get the number of column of the matrix
-
getId() → str¶ Get the type identifier string
-
getItemType() → sd.api.sdtype.SDType¶ Get the type of items
-
getModifier() → sd.api.sdtype.SDTypeModifier¶ Get the type modifier (see SDTypeModifier enum)
-
getRowCount() → int¶ Get the number of row of the matrix
-
release() → None¶ Releases an APIObject
-